home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / QuakeTools / TODO < prev   
Text File  |  1998-06-10  |  1KB  |  21 lines

  1.  
  2.  allready done:
  3.  
  4.   possibly use cpp as preprocessor for quakec (do not open the source-file directly, instead open a pipe, into that cpp pipes (alternativly use tempfile instead))
  5.  
  6.  future ideas:
  7.  
  8.   use zlib instead of own compression algorithm? (already in, but only used for png)
  9.   make-like timestamp-updating?
  10.   lot of dokumentation (the whole source)
  11.   support for quake2
  12.   support fr the extensions of bsp/worldcraft/...
  13.   find and add some display-code (platform-independent)
  14.   if there are '/' in the mipmaps-name, we try to load wals instead of wads (minor change, based upon the dir-keyword) [so it is possible to ompile quakeII-maps for quakeI
  15.   redefine some of the unused fields in structs for fast viewers (eg. a fullcolor-field in miptexs, or a group-id in wads)
  16.   gif/pcx/bmp-support (but, I'm not the man to programm that crap)
  17.   specify "lightcolors" in map-files for colored lights (quakeI and quakeII), the lightmaps for colored light are saved after the normal lightmaps, so we get get red-lightmap at "lightdatasize/4", green at "lightdatasize/4 * 2", blue at "lightdatasize/4 * 3", that way it is completely comatible to quake (dont forget to add lightofs)
  18.   ... (too much)
  19.  
  20.  suggestions are welcome!
  21.